C1.LiveLinq.LiveViews Namespace > ViewRowCollection Class : GetItemProperties(PropertyDescriptor[]) Method |
'Declaration
Public Function GetItemProperties( _ ByVal listAccessors() As System.ComponentModel.PropertyDescriptor _ ) As System.ComponentModel.PropertyDescriptorCollection
public System.ComponentModel.PropertyDescriptorCollection GetItemProperties( System.ComponentModel.PropertyDescriptor[] listAccessors )
If listAccessors is null, this method returns the collection of properties of the view element type.
Non-null listAccessors is used for obtaining property collection for hierarchical binding: If listAccessors contains a single element, then it is used to find an object-valued property in the element type, and the collection of properties of the type of that object-valued property is returned. If listAccessors contains two elements, then its second element is used to find an object-valued property in the collection of properties on the previous level, and so on, see ITypedList.GetItemProperties for more information.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2